sleep is a Unixcommand line program that suspends program execution for a specified period of time. The sleep instruction suspends the calling process for at least the specified number of seconds (the default), minutes, hours or days. ==Usage== sleep number
Where number is a integer number to indicate the time period in seconds. Some implementations may support floating point numbers.